projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fd582
)
Exclude generated code from clippy
author
Felix Krull
<f_krull@gmx.de>
Fri, 12 Oct 2018 21:46:51 +0000
(23:46 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/libostree/src/lib.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/libostree/src/lib.rs
b/rust-bindings/rust/libostree/src/lib.rs
index ba6ae7e6bf6153aa4cdcd0933009dac98a19072b..a32a211a075bcc56be929f60855b062e92e03050 100644
(file)
--- a/
rust-bindings/rust/libostree/src/lib.rs
+++ b/
rust-bindings/rust/libostree/src/lib.rs
@@
-14,6
+14,7
@@
extern crate lazy_static;
use glib::Error;
// re-exports
+#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
mod auto;
pub use auto::functions::*;
pub use auto::*;